Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Lines | 5 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | View Code Duplication | var RateLimit = /** @class */ (function () { |
|
35 | RateLimit.prototype.breakTimer = function () { |
||
36 | this.reset(); |
||
37 | this.setActive(false); |
||
38 | clearInterval(this.timer); |
||
39 | }; |
||
40 | RateLimit.prototype.restartTimer = function () { |
||
47 | //# sourceMappingURL=ratelimit.js.map |